home *** CD-ROM | disk | FTP | other *** search
/ Eidos Line Up 2003-04 (Germany) / Eidos Line Up 2003-04 (Germany).bin / thftrailer.swf / scripts / frame_1 / DoAction.as
Text File  |  2003-08-04  |  211b  |  8 lines

  1. movieLength = Math.floor(this.getBytesTotal() / 100);
  2. myBytesLoaded = Math.floor(this.getBytesLoaded() / movieLength);
  3. mcLoader.gotoAndStop(myBytesLoaded);
  4. if(myBytesLoaded >= 100)
  5. {
  6.    gotoAndPlay(5);
  7. }
  8.